home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
2101_200
/
DISK2175
/
DISK2175.ZIP
/
BACKUP.HLP
next >
Wrap
Text File
|
1988-12-06
|
3KB
|
34 lines
----------------------------------------------------------------------------
B A C K U P COMMAND
----------------------------------------------------------------------------
Purpose: Backs-up one or more files from the hard disk to another disk or
diskette. The drive specifiers must be different.
Format: [d:][path]BACKUP d:[path][filename[.ext]] d:[/S][/M][/A]
[/D:mm-dd-yy]
Remarks: [d:][path] before BACKUP to specify the drive and path that con-
tains the BACKUP command.
d:[path][filename[.ext]] specifies the file or files to be backed
up.
/S to back up subdirectory files in addition to the files in the
specified or current directory.
/M to back up files that have been modified since the last backup.
/A to add the files to be backed up to the files already present on
the target drive.
/D to back up files that have been modified on or after the date
specified.
Example: BACKUP C:\*.* A:/S <return> would backup the fixed disk files and
all subdirectories to the A: drive.
BACKUP C:\MESSAGES\*.ABC A: <return> would backup files on the
fixed disk with an .ABC extension, in the \MESSAGES subdirectory.